home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / 0132.ZIP / FIDOMLNK.DOC < prev    next >
Text File  |  1985-07-13  |  5KB  |  163 lines

  1.  
  2.                       Running Fido with MultiLink
  3.                        Allen Miller, Fido 108/0
  4.  
  5.      This brief document is an attempt to describe how to use
  6. MultilLink (by Software Link) to run 2 Fido's on one PC.  The reader
  7. should be able to use this information to determine how to run Fido as
  8. a background task while being able to run other programs in the
  9. foreground.  Software Link is located at 8601 Dunwoody Place, Atlanta,
  10. Georgia, 30338.  Their policy, when I bought MultiLink, was to allow a
  11. 30 day trial period.  MultlLink is copy protected.
  12.  
  13.       I said I would do this a long time ago, and I apologize for its
  14. tardiness.
  15.  
  16.      Accompanying this document should be 4 files: AUTOEXEC.BAT,
  17. AUTOEXE1.BAT, FUP1.BAT and FUP2.BAT.  These are commented batch files
  18. that I use on my system.  For those of you that are interested,
  19. Fido 108/0 at 513/579-2587 runs on an IBM AT with a 20 meg internal
  20. drive and a 35 meg external Tallgrass drive, 2 Hayes 2400 baud modems
  21. and is supported by phone service providing 'hunt' when an incoming
  22. call encounters a busy on line number 1.  I am currently running DOS
  23. 3.0 and MultiLink 3.01.
  24.  
  25.      MultiLink has several parameters that may be set via the MLUTIL
  26. utility program.  This will allow the operator to modify keyboard loop
  27. polling, allocation of cycles between partitions, relative priority
  28. between partitions, resource (COM port) allocation and others.  I have
  29. experimented with this and found an arrangement that is good for me
  30. that you will see in the .BAT files.
  31.  
  32.      Please feel free to contact me if you find that this collection
  33. is not enough help to get you going or get out of trouble.  I have
  34. been running Fido with MultiLink since December, 1984, and both have
  35. run flawlessly.
  36.  
  37. ---------------------------------------------------------------------
  38.  
  39. :FILE AUTOEXEC.BAT
  40. :FOR RUNNING MULTILINK WITH FIDO BULLETIN BOARD SYSTEM
  41. :ALLEN MILLER, FIDO 108/0, 7/13/85
  42. :SYSTEM - IBM AT, DOS 3.0, ML 3.01
  43.  
  44. PATH=C:\BAT;C:\DOS;C:\UT;C:\RB\F;C:\ML
  45. :REPLACE DOS C> PROMPT
  46. prompt 2 $p
  47. :ACTIVATE ML TIMESLICING
  48. MLSLICE
  49. :INVOKE ML PARTITIONING
  50. MLINK /9,280
  51. :ENQUE ML RESOURCE (COM2:) TO THIS PARTITION
  52. MLUTIL ENQ -3
  53. :NORTON UTILITY TO COLOR CODE PARTITION
  54. SA CYAN
  55. :CALL SECOND FIDO PARTITION
  56. FUP2
  57.  
  58. ---------------------------------------------------------------------
  59.  
  60. :FILE AUTOEXE1.BAT
  61. :FOR RUNNING MULTILINK WITH FIDO BULLETIN BOARD SYSTEM
  62. :ALLEN MILLER, FIDO 108/0, 7/13/85
  63. :SYSTEM - IBM AT, DOS 3.0, ML 3.01
  64.  
  65. PATH=c:\DOS;c:\UT;c:\BAT;c:\RB\f;c:\ML
  66. :REPLACE DOS C> PROMPT
  67. prompt 1 $p
  68. :ENQUE ML RESOURCE 4 (COM1:) TO THIS PARTITION
  69. MLUTIL ENQ -4
  70. :NORTON UTILITY TO COLOR CODE PARTITION
  71. SA YELLOW
  72. :CALL FIRST FIDO PARTITION
  73. FUP1
  74.  
  75. ---------------------------------------------------------------------
  76.  
  77. :FILE FUP1.BAT
  78. :FOR RUNNING MULTILINK WITH FIDO BULLETIN BOARD SYSTEM
  79. :ALLEN MILLER, FIDO 108/0, 7/13/85
  80. :SYSTEM - IBM AT, DOS 3.0, ML 3.01
  81. :RUNS COM1, WITH NO OUTGOING MAIL
  82.  
  83. :SET DIRECTORIES
  84. CD C:\rb\f
  85. CD D:\
  86. CD E:\
  87. :DISABLE ML KEYBOARD POLLING
  88. mlutil dis
  89. :SET/RESET ML PARTITION PRIORITY TO 2
  90. mlutil pri 2
  91. :CALL FIDO
  92. fido_ibm 11/j 8/w 30/l 15/F 60/D 350/K 3/S /x 128/V /u 1/g 1/i /y
  93. :SYSOP '0' BRANCH
  94. if errorlevel 8 goto DOS
  95. :
  96. :
  97. :CTRL-C BRANCH
  98. if errorlevel 1 goto end
  99. fup1
  100. :DOS
  101. :TO MONITOR CARRIER
  102. WATCHDG1 ON
  103. :ML CYCLE ALLOCATION TO GIVE 2:1 PREFERRENCE
  104. mlutil time 2
  105. CTTY COM1:
  106. COMMAND
  107. CTTY CON
  108. WATCHDG1 OFF
  109. :ML CYCLE ALLOCATION TO RETURN TO 1:1
  110. mlutil time 1
  111. : return to run Fido after DOS
  112. FUP1
  113. :end
  114. :ENABLE ML KEYBOARD POLLING
  115. mlutil nod
  116.  
  117. ---------------------------------------------------------------------
  118.  
  119. :FILE FUP2.BAT
  120. :FOR RUNNING MULTILINK WITH FIDO BULLETIN BOARD SYSTEM
  121. :ALLEN MILLER, FIDO 108/0, 7/13/85
  122. :SYSTEM - IBM AT, DOS 3.0, ML 3.01
  123. :RUNS COM2, PROCESSES OUTGOING MAIL
  124.  
  125. :SET DIRECTORIES
  126. CD C:\rb\f
  127. CD D:\
  128. CD E:\
  129. :DISABLE ML KEYBOARD POLLING
  130. mlutil dis
  131. :SET/RESET ML PARTITION PRIORITY TO 2
  132. mlutil pri 2
  133. :CALL FIDO
  134. fido_ibm 11/j 8/w 30/l 15/F 60/D 3/S 350/K 128/V /u 1/g 2/i /2 /y
  135. :SYSOP '0' BRANCH
  136. if errorlevel 8 goto DOS
  137. :EXTRACT RECENT CALLERS LIST
  138. if errorlevel 5 goto USERLIST
  139. :CTRL-C BRANCH
  140. if errorlevel 1 goto end
  141. fup2
  142. :DOS
  143. :TO MONITOR CARRIER
  144. WATCHDG2 ON
  145. :ML CYCLE ALLOCATION TO GIVE 2:1 PREFERRENCE
  146. mlutil time 2
  147. CTTY COM2:
  148. COMMAND
  149. CTTY CON
  150. WATCHDG2 OFF
  151. :ML CYCLE ALLOCATION TO RETURN TO 1:1
  152. mlutil time 1
  153. : return to run Fido after DOS
  154. FUP2
  155. :USERLIST
  156. users 3 >\A\UPLOADED\USERS.LST
  157. FUP2
  158. :end
  159. mlutil nod
  160.  
  161. ---------------------------------------------------------------------
  162.  
  163.